home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_RTF / Source / NeXTToMacRTFText.h < prev    next >
Text File  |  1993-04-04  |  1KB  |  41 lines

  1. /*====================================================================
  2.  
  3. NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
  4.  
  5. INFORMATION:
  6.     This is $Revision: 1.5 $ of this file
  7.     It was last modified by $Author: death $ on $Date: 93/04/04 23:28:08 $
  8.      $Log:    NeXTToMacRTFText.h,v $
  9.  * Revision 1.5  93/04/04  23:28:08  death
  10.  * Sun Apr  4 23:28:07 PDT 1993
  11.  * 
  12.  * Revision 1.4  93/02/21  11:59:52  death
  13.  * Sun Feb 21 11:59:52 PST 1993
  14.  * 
  15.  * Revision 1.3  93/01/10  08:27:19  death
  16.  * Sun Jan 10 08:27:19 PST 1993
  17.  * 
  18.  * Revision 1.2  93/01/02  23:41:29  death
  19.  * Sat Jan  2 23:41:28 PST 1993
  20.  * 
  21.  * Revision 1.1  93/01/02  13:38:56  death
  22.  * Sat Jan  2 13:38:56 PST 1993
  23.  * 
  24.  * Revision 1.1  92/12/13  10:00:59  death
  25.  * Sun Dec 13 10:00:59 PST 1992
  26.  * 
  27. ====================================================================*/
  28.  
  29.  
  30. #import "NeXTToMacText.h"
  31. #import "common.h"
  32.  
  33. @interface NeXTToMacRTFText:NeXTToMacText
  34. {
  35. }
  36. //
  37. //
  38. - (Character) ConvertCharacter: (Character) theCharacter;
  39. @end
  40.  
  41.